21 static float Boltzmann = 1.3806503e-23f;
22 static float Avogadro = 6.0221415e23f;
23 static float Pi = 3.14159265;
24 static float AU_in_meters = 1.49598e11;
25 static float Meters_to_AU = 6.68458134e-12;
26 static float RadiansToDegrees = 57.2957795;
27 static float DegreesToRadians = 0.0174532925;
33 static float missingValue = -256.*-256.*-256.*-256.*-256.;